home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Script_Commands / Execute < prev    next >
Encoding:
Text File  |  1993-08-08  |  522 b   |  26 lines

  1. Command Name : Execute
  2.  
  3. Function : Execute a script
  4.  
  5. Arguments : <script>
  6.  
  7. Location : C directory
  8.  
  9. Execute runs scripts - line by line as they were intendeed.  If the s 
  10. protection bit is set on a script then Execute does not have to be typed - 
  11. just the scripts name.  To add the s bit, type at the CLI
  12.  
  13.     Protect <script name> +s
  14.  
  15. You should keep all your scripts in the S directory.
  16.  
  17. Examples
  18.  
  19. Execute S:Spat
  20.  
  21.     Executes the Spat script in the S: drawer.
  22.  
  23. Execute Myscript
  24.  
  25.     Executes Myscript from the current directory.
  26.